投稿

Game create Re6,7 8 9 10 11 12 13

イメージ
  I was able to regain my Unity license. We apologize for not being able to post because of the time spent in the English essay.  I'll post a summary of what I've done so far. Re:craete game project day 6 Setting walk jump dash fall program day 7 setting tile set day 8 setting collision detection day 9 setting slope collision detection day 10 setting enemy program day 11 setting damage program day 12 Setting Death program day 13 Test Play game

GAME CREATE RE:5

LOST LICESE UNITY I HAD NO CHIOCE BUT PRACTICE CODE.

Game Create Re:4

イメージ
Game create Re:4day coding script. this script is attack action.

Game create Re:2,3

イメージ
I create drow dotto pictuer. create enemy used Clipstadio.
イメージ
Game Create Re:1 I watch video unity explanation. I learn to unity again.
イメージ
Game create Day 20 coding program today coding is jump action & collision detection | using System.Collections; using System.Collections.Generic; using UnityEngine; public class PlayerCtrl : MonoBehaviour {     public float speed = 5;     public float jumpForce = 400f;     private Rigidbody2D rb2d;     private Animator anim;     private SpriteRenderer spRenderer;     private bool isGround;     // Start is called before the first frame update     void Start()     {         this.rb2d = GetComponent<Rigidbody2D>();         this.anim = GetComponent<Animator>();         this.spRenderer = GetComponent<SpriteRenderer>;     }     // Update is called once per frame     void Update()     {       ...
イメージ
Game create day 19 coding program this code is yesterday's continuation. i made a programthat interferes with animation